<label name="lblValue" caption="Text/value" hint="Text/value of your form element." width="69" height="13" top="8" left="200"/>
<label name="lblName" caption="Name" hint="The name of this element. Important if you wish to refer to this form element through some sort of scripting for instance. This field is required." width="29" height="13" top="8" left="8"/>
<edit name="edtName" taborder="0" text="" hint="The name of this element. Important if you wish to refer to this form element through some sort of scripting for instance. This field is required." width="175" height="19" top="24" left="8"/>
<edit name="edtValue" taborder="1" text="" hint="Text/value of your form element." width="175" height="19" top="24" left="200"/>
<checkbox name="cbCheck" caption="Checked" taborder="4" hint="Select whether your element should be checked by default or not. The user can change this, unless the element is disabled or readonly." checked="0" width="91" height="17" top="56" left="278"/>
<checkbox name="cbDisabled" caption="Disabled" taborder="3" hint="Your element will be visible, but disabled." checked="0" width="121" height="17" top="56" left="140"/>
<checkbox name="cbReadonly" caption="Readonly" taborder="2" hint="If your element is readonly, the user will not be able to make any changes to it." checked="0" width="121" height="17" top="56" left="8"/>